home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / CaseStudies / ch12.ISN / input.dir / 00087.ls < prev    next >
Encoding:
Text File  |  1996-12-04  |  95 b   |  7 lines

  1. global gURLName
  2.  
  3. on mouseUp
  4.   set gURLName to the text of field "Enter URL"
  5.   go("Set Up")
  6. end
  7.